Click or drag to resize

AlternatePublicFolderId Class

Describes a public folder identifier to convert to another identifier format.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSourceId
    Independentsoft.ExchangeAlternatePublicFolderId

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class AlternatePublicFolderId : SourceId

The AlternatePublicFolderId type exposes the following members.

Constructors
  NameDescription
Public methodAlternatePublicFolderId
Initializes a new instance of the AlternatePublicFolderId class.
Public methodAlternatePublicFolderId(IdFormat, String)
Initializes a new instance of the AlternatePublicFolderId class with the specified format and formatId.
Top
Properties
  NameDescription
Public propertyFolderId
Contains the public folder identifier to convert.
Public propertyFormat
Identifies the format that describes the public folder identifier to convert.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also